# Page Not Found

The URL `<` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Lấy vị trí người dùng với javascript](https://javascriptuse.gitbook.io/advanced/javascript/master.md)
- [Một cách lấy dữ liệu kiểu url string sang object rất hay (ok)](https://javascriptuse.gitbook.io/advanced/javascript/mot-cach-lay-du-lieu-kieu-url-string-sang-object-rat-hay-ok.md)
- [[GSAP] nghiên cứu dự án gsap sử dụng js thuần full (ok)](https://javascriptuse.gitbook.io/advanced/javascript/gsap-nghien-cuu-du-an-gsap-su-dung-js-thuan-full-ok.md)
- [Giải thích dễ hiểu onEnter, onLeave, sử dụng start, end như nào FULL  Phần 1 (ok)](https://javascriptuse.gitbook.io/advanced/javascript/gsap-nghien-cuu-du-an-gsap-su-dung-js-thuan-full-ok/giai-thich-de-hieu-onenter-onleave-su-dung-start-end-nhu-nao-full-phan-1-ok.md)
- [Sử dụng onEnterBack, Label end: "+=" + (images.length - 1) * 100 + "%"  FULL  Phần 2 (ok)](https://javascriptuse.gitbook.io/advanced/javascript/gsap-nghien-cuu-du-an-gsap-su-dung-js-thuan-full-ok/su-dung-onenterback-label-end-+-+-images.length-1-100-+-full-phan-2-ok.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://javascriptuse.gitbook.io/advanced/javascript/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://javascriptuse.gitbook.io/advanced/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://javascriptuse.gitbook.io/advanced/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/advanced/javascript/master.md`).

You may also use `Accept: text/markdown` header for content negotiation.
